3.375 \(\int \frac{\sqrt [3]{a+b x}}{x} \, dx\)

Optimal. Leaf size=91 \[ 3 \sqrt [3]{a+b x}+\frac{3}{2} \sqrt [3]{a} \log \left (\sqrt [3]{a}-\sqrt [3]{a+b x}\right )-\sqrt{3} \sqrt [3]{a} \tan ^{-1}\left (\frac{2 \sqrt [3]{a+b x}+\sqrt [3]{a}}{\sqrt{3} \sqrt [3]{a}}\right )-\frac{1}{2} \sqrt [3]{a} \log (x) \]

[Out]

3*(a + b*x)^(1/3) - Sqrt[3]*a^(1/3)*ArcTan[(a^(1/3) + 2*(a + b*x)^(1/3))/(Sqrt[3
]*a^(1/3))] - (a^(1/3)*Log[x])/2 + (3*a^(1/3)*Log[a^(1/3) - (a + b*x)^(1/3)])/2

_______________________________________________________________________________________

Rubi [A]  time = 0.104962, antiderivative size = 91, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 5, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.385 \[ 3 \sqrt [3]{a+b x}+\frac{3}{2} \sqrt [3]{a} \log \left (\sqrt [3]{a}-\sqrt [3]{a+b x}\right )-\sqrt{3} \sqrt [3]{a} \tan ^{-1}\left (\frac{2 \sqrt [3]{a+b x}+\sqrt [3]{a}}{\sqrt{3} \sqrt [3]{a}}\right )-\frac{1}{2} \sqrt [3]{a} \log (x) \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x)^(1/3)/x,x]

[Out]

3*(a + b*x)^(1/3) - Sqrt[3]*a^(1/3)*ArcTan[(a^(1/3) + 2*(a + b*x)^(1/3))/(Sqrt[3
]*a^(1/3))] - (a^(1/3)*Log[x])/2 + (3*a^(1/3)*Log[a^(1/3) - (a + b*x)^(1/3)])/2

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 7.08659, size = 83, normalized size = 0.91 \[ - \frac{\sqrt [3]{a} \log{\left (x \right )}}{2} + \frac{3 \sqrt [3]{a} \log{\left (\sqrt [3]{a} - \sqrt [3]{a + b x} \right )}}{2} - \sqrt{3} \sqrt [3]{a} \operatorname{atan}{\left (\frac{\sqrt{3} \left (\frac{\sqrt [3]{a}}{3} + \frac{2 \sqrt [3]{a + b x}}{3}\right )}{\sqrt [3]{a}} \right )} + 3 \sqrt [3]{a + b x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((b*x+a)**(1/3)/x,x)

[Out]

-a**(1/3)*log(x)/2 + 3*a**(1/3)*log(a**(1/3) - (a + b*x)**(1/3))/2 - sqrt(3)*a**
(1/3)*atan(sqrt(3)*(a**(1/3)/3 + 2*(a + b*x)**(1/3)/3)/a**(1/3)) + 3*(a + b*x)**
(1/3)

_______________________________________________________________________________________

Mathematica [C]  time = 0.0376313, size = 57, normalized size = 0.63 \[ \frac{6 (a+b x)-3 a \left (\frac{a}{b x}+1\right )^{2/3} \, _2F_1\left (\frac{2}{3},\frac{2}{3};\frac{5}{3};-\frac{a}{b x}\right )}{2 (a+b x)^{2/3}} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x)^(1/3)/x,x]

[Out]

(6*(a + b*x) - 3*a*(1 + a/(b*x))^(2/3)*Hypergeometric2F1[2/3, 2/3, 5/3, -(a/(b*x
))])/(2*(a + b*x)^(2/3))

_______________________________________________________________________________________

Maple [A]  time = 0.02, size = 85, normalized size = 0.9 \[ 3\,\sqrt [3]{bx+a}+\sqrt [3]{a}\ln \left ( \sqrt [3]{bx+a}-\sqrt [3]{a} \right ) -{\frac{1}{2}\sqrt [3]{a}\ln \left ( \left ( bx+a \right ) ^{{\frac{2}{3}}}+\sqrt [3]{bx+a}\sqrt [3]{a}+{a}^{{\frac{2}{3}}} \right ) }-\sqrt [3]{a}\sqrt{3}\arctan \left ({\frac{\sqrt{3}}{3} \left ( 2\,{\frac{\sqrt [3]{bx+a}}{\sqrt [3]{a}}}+1 \right ) } \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((b*x+a)^(1/3)/x,x)

[Out]

3*(b*x+a)^(1/3)+a^(1/3)*ln((b*x+a)^(1/3)-a^(1/3))-1/2*a^(1/3)*ln((b*x+a)^(2/3)+(
b*x+a)^(1/3)*a^(1/3)+a^(2/3))-a^(1/3)*3^(1/2)*arctan(1/3*3^(1/2)*(2/a^(1/3)*(b*x
+a)^(1/3)+1))

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x + a)^(1/3)/x,x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.216207, size = 116, normalized size = 1.27 \[ -\sqrt{3} a^{\frac{1}{3}} \arctan \left (\frac{\sqrt{3}{\left (2 \,{\left (b x + a\right )}^{\frac{1}{3}} + a^{\frac{1}{3}}\right )}}{3 \, a^{\frac{1}{3}}}\right ) - \frac{1}{2} \, a^{\frac{1}{3}} \log \left ({\left (b x + a\right )}^{\frac{2}{3}} +{\left (b x + a\right )}^{\frac{1}{3}} a^{\frac{1}{3}} + a^{\frac{2}{3}}\right ) + a^{\frac{1}{3}} \log \left ({\left (b x + a\right )}^{\frac{1}{3}} - a^{\frac{1}{3}}\right ) + 3 \,{\left (b x + a\right )}^{\frac{1}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x + a)^(1/3)/x,x, algorithm="fricas")

[Out]

-sqrt(3)*a^(1/3)*arctan(1/3*sqrt(3)*(2*(b*x + a)^(1/3) + a^(1/3))/a^(1/3)) - 1/2
*a^(1/3)*log((b*x + a)^(2/3) + (b*x + a)^(1/3)*a^(1/3) + a^(2/3)) + a^(1/3)*log(
(b*x + a)^(1/3) - a^(1/3)) + 3*(b*x + a)^(1/3)

_______________________________________________________________________________________

Sympy [A]  time = 5.8349, size = 180, normalized size = 1.98 \[ \frac{4 \sqrt [3]{a} \log{\left (1 - \frac{\sqrt [3]{b} \sqrt [3]{\frac{a}{b} + x}}{\sqrt [3]{a}} \right )} \Gamma \left (\frac{4}{3}\right )}{3 \Gamma \left (\frac{7}{3}\right )} + \frac{4 \sqrt [3]{a} e^{\frac{4 i \pi }{3}} \log{\left (1 - \frac{\sqrt [3]{b} \sqrt [3]{\frac{a}{b} + x} e^{\frac{2 i \pi }{3}}}{\sqrt [3]{a}} \right )} \Gamma \left (\frac{4}{3}\right )}{3 \Gamma \left (\frac{7}{3}\right )} + \frac{4 \sqrt [3]{a} e^{\frac{2 i \pi }{3}} \log{\left (1 - \frac{\sqrt [3]{b} \sqrt [3]{\frac{a}{b} + x} e^{\frac{4 i \pi }{3}}}{\sqrt [3]{a}} \right )} \Gamma \left (\frac{4}{3}\right )}{3 \Gamma \left (\frac{7}{3}\right )} + \frac{4 \sqrt [3]{b} \sqrt [3]{\frac{a}{b} + x} \Gamma \left (\frac{4}{3}\right )}{\Gamma \left (\frac{7}{3}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x+a)**(1/3)/x,x)

[Out]

4*a**(1/3)*log(1 - b**(1/3)*(a/b + x)**(1/3)/a**(1/3))*gamma(4/3)/(3*gamma(7/3))
 + 4*a**(1/3)*exp(4*I*pi/3)*log(1 - b**(1/3)*(a/b + x)**(1/3)*exp_polar(2*I*pi/3
)/a**(1/3))*gamma(4/3)/(3*gamma(7/3)) + 4*a**(1/3)*exp(2*I*pi/3)*log(1 - b**(1/3
)*(a/b + x)**(1/3)*exp_polar(4*I*pi/3)/a**(1/3))*gamma(4/3)/(3*gamma(7/3)) + 4*b
**(1/3)*(a/b + x)**(1/3)*gamma(4/3)/gamma(7/3)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.511469, size = 117, normalized size = 1.29 \[ -\sqrt{3} a^{\frac{1}{3}} \arctan \left (\frac{\sqrt{3}{\left (2 \,{\left (b x + a\right )}^{\frac{1}{3}} + a^{\frac{1}{3}}\right )}}{3 \, a^{\frac{1}{3}}}\right ) - \frac{1}{2} \, a^{\frac{1}{3}}{\rm ln}\left ({\left (b x + a\right )}^{\frac{2}{3}} +{\left (b x + a\right )}^{\frac{1}{3}} a^{\frac{1}{3}} + a^{\frac{2}{3}}\right ) + a^{\frac{1}{3}}{\rm ln}\left ({\left |{\left (b x + a\right )}^{\frac{1}{3}} - a^{\frac{1}{3}} \right |}\right ) + 3 \,{\left (b x + a\right )}^{\frac{1}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x + a)^(1/3)/x,x, algorithm="giac")

[Out]

-sqrt(3)*a^(1/3)*arctan(1/3*sqrt(3)*(2*(b*x + a)^(1/3) + a^(1/3))/a^(1/3)) - 1/2
*a^(1/3)*ln((b*x + a)^(2/3) + (b*x + a)^(1/3)*a^(1/3) + a^(2/3)) + a^(1/3)*ln(ab
s((b*x + a)^(1/3) - a^(1/3))) + 3*(b*x + a)^(1/3)